home *** CD-ROM | disk | FTP | other *** search
/ Nebula 1 / Nebula One.iso / Educational / CurveGrader / Source / CV.psw < prev    next >
Encoding:
Text File  |  1995-06-12  |  125 b   |  6 lines

  1. defineps PSlines(float a, b, c, d, top)
  2.     0 setgray
  3.     0.2 setlinewidth
  4.     a b c d 4 {0 moveto 0 top rlineto} repeat
  5.     stroke
  6. endps